50163cf4369006eb29b83a59d5669314e671b3ad,HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/ModalNoButtons.java,ModalNoButtons,indexThis,#,167
Before Change
this.CURRENTDB_LABEL.setText("(" + currentDb + ")");
this.CURRENTLYON_LABEL.setText("Currently indexing 1 database");
this.toIndex.addPropertyChangeListener(this);
try{
this.toIndex.createIndex();
}
After Change
this.length = 1;
this.CURRENTLYON_LABEL.setText("Currently indexing 1 database");
if (!this.toIndex.isIndexing()) {
this.toIndex.addPropertyChangeListener(this);
try {
this.toIndex.createIndex();
} catch (TskException e) {